Updating SNMP without losing history
Moderators: scottr, Moderator Team
2 posts
• Page 1 of 1
Updating SNMP without losing history
I have a couple of devices that I watch with Denika that are modified on a frequent basis. Is there a way I can update that device in Denika without having to discover the device and rebuild the group? I would like to just to another SNMP walk to discover the changes.
- jm_eklund
- Posts: 11
- Joined: Mon Nov 23, 2009 4:19 pm
Re: Updating SNMP without losing history
You can create and schedule a batch file that contains a command to rediscover a device via command line. The following shows the contents of an example batch file:
C:\
cd C:\SOE\cgi-bin
denika.exe -b 10.1.1.8 cred_id 1
Denika.exe has multiple options for discovering devices. You only need to know what credential id to use.
Example usage:
denika.exe -b 10.1.1.8 cred_id [options]
denika.exe -b file C:\PATH\TO\HOSTFILE.TXT [options]
denika.exe -b range 10.1.1.1-50 cred_id1::cred_id2::cred_id3 [options]
Note: if you use a hostfile, the format needs to be IPADDRESS| only one per line
C:\
cd C:\SOE\cgi-bin
denika.exe -b 10.1.1.8 cred_id 1
Denika.exe has multiple options for discovering devices. You only need to know what credential id to use.
Example usage:
denika.exe -b 10.1.1.8 cred_id [options]
denika.exe -b file C:\PATH\TO\HOSTFILE.TXT [options]
denika.exe -b range 10.1.1.1-50 cred_id1::cred_id2::cred_id3 [options]
Note: if you use a hostfile, the format needs to be IPADDRESS| only one per line
-

tomp - Site Admin
- Posts: 289
- Joined: Wed Jul 27, 2005 9:53 am
- Location: Sunny Sanford Maine
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests